curl --request GET \
--url https://api.topsort.com/public/v1/assets/collection/{collection-id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"description": "<string>"
}Retrieves a collection.
curl --request GET \
--url https://api.topsort.com/public/v1/assets/collection/{collection-id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"description": "<string>"
}Was this page helpful?